home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / play_bht.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  324 b   |  13 lines

  1. on exitFrame
  2.   global fSep, voicePath, soundTrackPath
  3.   if the machineType < 256 then
  4.     set fSep to ":"
  5.   else
  6.     set fSep to "\"
  7.   end if
  8.   set lmovie to the pathName & "Finals" & fSep & "main"
  9.   set voicePath to the pathName & "VOICE" & fSep
  10.   set soundTrackPath to the pathName & "SNDTRACK" & fSep
  11.   go(1, lmovie)
  12. end
  13.